Skip to content

[WIP] scheduler exploration: sort the waiting queue - #967

Draft
yannicks1 wants to merge 2 commits into
torch-spyre:mainfrom
yannicks1:scheduler-exploration-sort-queue
Draft

[WIP] scheduler exploration: sort the waiting queue#967
yannicks1 wants to merge 2 commits into
torch-spyre:mainfrom
yannicks1:scheduler-exploration-sort-queue

Conversation

@yannicks1

Copy link
Copy Markdown
Collaborator

just an experiment to see how much sorting the waiting queue on prompt length helps performance. Of course, starving requests are a problem, but this is just on upper bound on how much can be gained...

Signed-off-by: Yannick Schnider <Yannick.Schnider1@ibm.com>
@github-actions

Copy link
Copy Markdown

👋 Hi! Thank you for contributing.
Just a reminder: Make sure that your code passes all the linting checks, otherwise your PR won't be able to be merged. To do so, run ./format.sh.
Now you are good to go 🚀.

We also recommend installing prek and configuring it to check your code before every local commit.

@yannicks1

Copy link
Copy Markdown
Collaborator Author

bot:bench
NUM_PROMPTS=1000
MAX_RUN_TIME=36000
IGNORE_EOS=1
CUSTOM_OUTPUT_LEN=-1
MAX_CONCURRENT=8

@yannicks1

Copy link
Copy Markdown
Collaborator Author

bot:bench
NUM_PROMPTS=1000
MAX_RUN_TIME=36000
IGNORE_EOS=1
CUSTOM_OUTPUT_LEN=-1
MAX_CONCURRENT=8
ENABLE_PC=0

1 similar comment
@yannicks1

Copy link
Copy Markdown
Collaborator Author

bot:bench
NUM_PROMPTS=1000
MAX_RUN_TIME=36000
IGNORE_EOS=1
CUSTOM_OUTPUT_LEN=-1
MAX_CONCURRENT=8
ENABLE_PC=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant